include/debug.h: Use <nuttx/debug.h> in apps#3443
Open
PiyushPatle26 wants to merge 1 commit intoapache:masterfrom
Open
include/debug.h: Use <nuttx/debug.h> in apps#3443PiyushPatle26 wants to merge 1 commit intoapache:masterfrom
PiyushPatle26 wants to merge 1 commit intoapache:masterfrom
Conversation
jerpelea
approved these changes
Apr 1, 2026
Author
|
@jerpelea @linguini1 the CI failure are for <nuttx/debug.h> doesn't exist, as CI takes the current nuttx master branch for testing, Can you guys have a look and give me an update? |
Contributor
|
Yes, this PR will have to wait for the other PR to be merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: Please adhere to Contributing Guidelines.
Summary
Update
nuttx-appsto include<nuttx/debug.h>instead of<debug.h>.This is the apps-side follow-up to the corresponding
nuttxchange that movesthe NuttX-specific debug header from
include/debug.htoinclude/nuttx/debug.h. Sincedebug.his not a POSIX or standard C header,using the namespaced path avoids collisions with external projects that may
also define a
debug.h.This change is mechanical: it updates existing include directives across
nuttx-appsto use the new header location.Impact
nuttx-appswith the new canonical debug header location innuttx.<debug.h>path.nuttx-appscompatible with the correspondingnuttxheader move.Other PR for nuttx
Testing
Validation performed on Ubuntu Linux.
Host:
nuttx-appsVerification:
<debug.h>innuttx-appsafter the update.intended to change.
Target:
nuttx-appsaloneRelated PR
Related Issue